Feature: Create post
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 18.775s |
Scenario: Create a post successfully
Before
0m 1.668s
Given
I navigate to page "http://localhost:2368/ghost/"
0m 1.554s
And
I enter email "<ADMIN_EMAIL>"
0m 0.620s
And
I enter password "<ADMIN_PASSWORD>"
0m 0.415s
And
I click on the login button
0m 0.519s
And
I wait for 2 seconds
0m 2.271s
When
I click on the new post button
0m 0.453s
And
I wait for 2 seconds
0m 2.262s
And
I write "Mi nuevo post programado" in the post title
0m 0.612s
And
I schedule the new post
0m 1.206s
And
I wait for 2 seconds
0m 2.272s
And
I return to the posts list
0m 0.565s
And
I wait for 2 seconds
0m 2.272s
And
I filter posts by status Scheduled
0m 0.496s
And
I wait for 1 seconds
0m 1.287s
Then
I see that the first post in the list has title "Mi nuevo post programado"
0m 0.279s
After
0m 0.024s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/"
And
I enter email "<ADMIN_EMAIL>"
And
I enter password "<ADMIN_PASSWORD>"
And
I click on the login button
And
I wait for 2 seconds
When
I click on the new post button
And
I wait for 2 seconds
And
I write "Mi nuevo post programado" in the post title
And
I schedule the new post
And
I wait for 2 seconds
And
I return to the posts list
And
I wait for 2 seconds
And
I filter posts by status Scheduled
And
I wait for 1 seconds
Then
I see that the first post in the list has title "Mi nuevo post programado"
After
NO IMAGE AVAILABLE